--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 763db207701cfbf4506a6e9b28ac848bc273f5e0
Parents : 5e15c43
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-10-09T20:10:24+02:00
Updated version and dependencies
Changes
Diff
diff --git a/sbapp/main.py b/sbapp/main.py
index 4a222e9e..784128d6 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
-__version__ = "1.1.1"
+__version__ = "1.1.2"
__variant__ = ""
import sys
diff --git a/setup.py b/setup.py
index 35df5928..6b14f1a1 100644
--- a/setup.py
+++ b/setup.py
@@ -99,8 +99,8 @@ setuptools.setup(
]
},
install_requires=[
- "rns>=0.8.1",
- "lxmf>=0.5.4",
+ "rns>=0.8.3",
+ "lxmf>=0.5.5",
"kivy>=2.3.0",
"pillow>=10.2.0",
"qrcode",
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────